@charset "utf-8";
/* bm01/bm02 - 蓝色版公共样式 */
/* 所有类名用小写，中横线 */
input::-webkit-input-placeholder{color: #cccccc;}
a:hover{color:#225495;}

/* .bg-gray{background: #F7F7F7;} */
.bg-gray{background: linear-gradient(to right, #d5e8fd,#feffff);}
.fontcolor-blue{color: #225495 !important;}
.bg-lightblue{background: #EBF6FF;}
.page-main-box{background: #fff; border-radius: 12px 12px 0 0;}
.page-main-box.padding{padding-left: 30px; padding-right: 30px;}
@media (max-width: 480px){
  .page-main-box.padding{padding-left: 0; padding-right: 0;}
}


.font-syst{font-family: "Microsoft YaHei";}
.font-syst-b{ font-family: "Microsoft YaHei";font-weight: 700;}


/*图片占位符*/
/***
16:9[56.25%]
4:3[75%]
3:2[66.666667%]
 ***/
 .imgratio{position: relative; z-index: 2; display: block; padding-top: 56.25%; height: 0; overflow: hidden;}
 .imgratio .pic{position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; display: block; overflow: hidden;}
 .imgratio .pic img{display: block; width: 100%; height: 100%;}
 .imgratio.free .pic img{height: auto; min-height: 100%; object-fit: cover;}
 @media (max-width:414px){
   .imgratio{padding-top: 66.67%;}
 }

/*** layout ***/
/* .container {width: 1400px;} */

/* tab */
/* 
两种风格标题选项卡样式
.tab-brief:简洁型
.tab-card:卡片型
.res:需要小屏下响应时用，常用于标题个数多，一排放不下的情况
.js-tab:js-开头的类名只用于脚本查询DOM用，不建议在该类下写样式
.more:率属于某一块下的类名，不建议单独写全局样式，会影响到其他更多样式
 */
.tab-brief > .hd ul{float: left;}
/* .tab-brief > .hd li{float:left; position: relative; padding: 0 0 12px; font-size: 1.5em; color: #666666; font-weight: bold;} */
.tab-brief > .hd li{float:left; position: relative; font-size: 1.5em; color: #666666; font-weight: bold;}
.tab-brief > .hd li + li{margin-left: 30px;}
.tab-brief > .hd li a{color: #C7C7C7;}
.tab-brief > .hd li:after{content: ''; position: absolute; width:0; bottom:-1px; left:0; height: 3px; background: #016BB5;transition: all .3s; -webkit-transition: all .3s; overflow: hidden;}
.tab-brief > .hd li.on:after{width: 100%;}
.tab-brief > .hd li.on a,
.tab-brief > .hd li a:hover{color:#1760AD;}
.tab-brief > .hd .more{padding-top: 6px; float: right;}
.tab-brief.line > .hd{border-bottom: #EBEBEB 2px solid;}
.tab-brief.space15 > .hd li + li{margin-left: 15px;}
.tab-brief.halfline > .hd li{font-size: 1.5em;}
.tab-brief.halfline > .hd li.on:after{width: 2em;border-radius: 2px;}
.tab-brief.halfline > .hd li.on a, 
.tab-brief.halfline > .hd li a:hover{color: #000;}

.tab-brief-arrow > .hd li{float: left; padding-bottom: 15px; font-size: 1.5em; position: relative;}
.tab-brief-arrow > .hd li a{color: #808080; font-weight: bold;}
.tab-brief-arrow > .hd li + li{margin-left: 32px;}
.tab-brief-arrow > .hd li:after{content: ''; position: absolute; left: 0; right: 0; width: 0; margin: 0 auto; bottom: -1px; height: 7px; background: url(../images/tab_hd_on.png) no-repeat center bottom; background-size: auto 100%; transition: .3s all;}
.tab-brief-arrow > .hd li.on:after{width: 100%;}
.tab-brief-arrow > .hd li.on a{color: #155CB3;}
.tab-brief-arrow > .hd .more{padding-top: 6px; float: right;}
.tab-brief-arrow.line > .hd{border-bottom: #E5E5E5 1px solid;}

.tab-plain > .hd ul{float: left;}
.tab-plain > .hd li{float:left; position: relative; font-size: 1.5em; }
.tab-plain > .hd li a{color: rgba(42, 130, 228, 0.5); transition: .3s all;}
.tab-plain > .hd li + li{margin-left: 30px;}
.tab-plain > .hd li.on a,
.tab-plain > .hd li a:hover{color: rgba(34, 84, 149, 1); font-weight: 700;}
.tab-plain > .hd .more{padding-top: 5px; float: right;}

.tab-card > .hd{line-height:46px; background: #f4f4f4;}
.tab-card > .hd ul{float: left;}
.tab-card > .hd li{float:left; position: relative;font-size: 1.125em;}
.tab-card > .hd li a{display: block; padding: 0 20px; text-align: center; font-weight: bold; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden; background: #f4f4f4;}
.tab-card > .hd li.on{cursor:pointer;}
.tab-card > .hd li.on a{background:#1e51b1; color: #fff;}
.tab-card > .hd li.on:after{width: 100%;}
.tab-card > .hd .more{float: right; margin-right: 15px;}
.tab-card.arrow > .hd{font-weight: normal;}
.tab-card.arrow > .hd li.on:after{content: ''; position: absolute; width: 0; height: 0; left: 50%; top: 100%; border:transparent solid 8px; border-top-color: #0f59a4; margin-left: -8px;}

.tab-brief-mail{position: relative;}
.tab-brief-mail .hd li{float: left; padding-bottom: 15px; font-size: 1.5em; position: relative;margin-right: 20px;}
.tab-brief-mail .hd li a{color: #808080; font-weight: bold;}
.tab-brief-mail .hd li:after{content: ''; position: absolute; left: 0; right: 0; width: 0; margin: 0 auto; bottom: -2px; height: 4px; background: #155CB3; transition: .3s all;}
.tab-brief-mail .hd li.on:after{width: 100%;}
.tab-brief-mail .hd li.on a{color: #155CB3;}
.tab-brief-mail.line .hd{border-bottom: #D9D9D9 1px solid;}
.tab-brief-mail .hd .more{float: right;margin-top: 8px;}
.com-more a{color:#A6A6A6;}
.com-more a:hover{color:#225495;}

.tab-brief .bd > .item .infolist, 
.tab-card .bd > .item .infolist{margin-top: 10px;}
.tab-brief .bd > .item .infolist.mt0, 
.tab-card .bd > .item .infolist.mt0{margin-top: 0;}
.js-tab .more a + a{display: none;}
.js-tab > .bd > * + * {display: none;}

.m-com-more{clear: both; margin-top:20px; text-align:center; line-height:40px; background-color:#f5f5f5; border-radius:5px; display: none;}
.m-com-more a{color:#666;}
.m-com-more a:hover{color: #333;}
.m-com-more.bg-white{background: #fff;}
.bg-lightblue .m-com-more{background: none;}

@media (max-width: 640px) {
  .res.tab-brief > .hd ul{margin: -10px -5px 0;}
  .res.tab-brief > .hd ul li{margin:10px 5px 0 !important; padding: 0; border-bottom:none; font-size: 1.125em;}
  .res.tab-brief > .hd ul li a{display: block; padding:7px 12px !important; line-height:1.5; background-color:#f1f1f1; color: #666;}
  .res.tab-brief > .hd ul li.on a{color:#fff; background-color:#1a56a8;}
  .res.tab-brief > .hd li:after{display: none;}
  .res.tab-brief .bd > .item > .newsList{margin-top: 0;}

  .res.tab-card > .hd ul{margin: -10px -5px 0;}
  .res.tab-card > .hd{margin-bottom: -10px; background: none; border-bottom: #dfdfdf 1px solid;}
  .res.tab-card > .hd ul li{margin:10px 5px 0 !important; font-size: 1.125em;}
  .res.tab-card > .hd ul li a{ padding:7px 12px !important; height: auto; line-height:1.5; color: #666; }
  .res.tab-card > .hd ul li.on a{background:#1a56a8; color: #fff;}
  .res.tab-card > .bd .item > .newsList{margin-top: 0;}

  .res.tab-plain > .hd ul{margin: -10px -5px 0;}
  .res.tab-plain > .hd ul li{margin:10px 5px 0 !important; padding: 0; border-bottom:none; font-size: 1.125em; font-weight: bold;}
  .res.tab-plain > .hd ul li a{display: block; padding:7px 12px !important; line-height:1.5; background-color:#f1f1f1; color: #666;}
  .res.tab-plain > .hd ul li.on a{color:#fff; background-color:#1a56a8;}
  .res.tab-plain > .hd li:after{display: none;}

  .res.tab-brief-arrow > .hd ul{margin: -10px -5px 0;}
  .res.tab-brief-arrow > .hd ul li{margin:10px 5px 0 !important; padding: 0; border-bottom:none; font-size: 1.125em;}
  .res.tab-brief-arrow > .hd ul li a{display: block; padding:7px 12px !important; line-height:1.5; background-color:#f1f1f1; color: #666;}
  .res.tab-brief-arrow > .hd ul li.on a{color:#fff; background-color:#1a56a8;}
  .res.tab-brief-arrow > .hd li:after{display: none;}
  .res.tab-brief-arrow.line > .hd{border-bottom:none;}

  .tab > .hd .more,
  .tab-card > .hd .more,
  .tab-brief > .hd .more,
  .tab-plain > .hd .more{display: none;}

  .m-com-more{display:block;}

}
@media (max-width: 414px) {
  .tab-brief > .hd ul li{font-size: 1.25em;}	
}

.tab-res-md > .res-bd > .section > .hd,
.tab-res-xs > .res-bd > .section > .hd,
.tab-res-480 > .res-bd > .section > .hd,
.tab-res-640 > .res-bd > .section > .hd{display: none;}
@media (max-width:992px){
  .tab-res-md .res-hd{display: none;}
  .tab-res-md .res-bd > .section{display: block !important;}
  .tab-res-md .res-bd > .section + .section{margin-top: 30px;}
  .tab-res-md .res-bd > .section > .hd{display: block;}
}
.tab-res-xs > .res-bd > .section > .hd{display: none;}
@media (max-width:768px){
  .tab-res-xs .res-hd{display: none;}
  .tab-res-xs .res-bd .section{display: block !important;}
  .tab-res-xs .res-bd .section + .section{margin-top: 30px;}
  .tab-res-xs .res-bd .section .hd{display: block;}
}
@media (max-width:640px){
  .tab-res-640 .res-hd{display: none;}
  .tab-res-640 .res-bd .section{display: block !important;}
  .tab-res-640 .res-bd .section + .section{margin-top: 30px;}
  .tab-res-640 .res-bd .section .hd{display: block;}
  .tab-brief.card.other.res-640 > .hd{padding-bottom: 1px;}
  .tab-brief.card.other.res-640 > .hd ul{float: none; overflow: hidden;}
  .tab-brief.card.other.res-640 > .hd ul li{padding: 0; width: 50%; background: #f7f7f7; border-bottom: 1px solid #fff;}
  .tab-brief.card.other.res-640 > .hd ul li:after{position: absolute; top: 0; bottom: 0; left: -1px; content: ""; width: 1px; background: #fff;}
}
@media (max-width:480px){
  .tab-res-480 .res-hd{display: none;}
  .tab-res-480 .res-bd .section{display: block !important;}
  .tab-res-480 .res-bd .section + .section{margin-top: 30px;}
  .tab-res-480 .res-bd .section .hd{display: block;}
}

/* infolist */
/***
稿件列表样式：
dot:标题前带小点
md:日期-月日
ymd：日期-年月日
line:每条信息之间含分割下滑线
date: 左侧日期，右侧标题和摘要
meta: 标题后是多个标签分类
col2:两列
col3:三列
col4:四列
space20:多列之间含20px的间距
space30:多列之间含30px的间距
多列在768以下响应变成一列
res:480以下标题由一行响应成多行显示
以上类名采用简写方式，便于阅读书写，不可单独写样式，以免冲突覆盖样式。注意不要与base.css中的全家类名冲突
.zj.end - 征集已结束
 ***/
.infolist{clear: both; font-size: 1.125em;}
.infolist li{position:relative; padding-top: 10px; padding-bottom: 10px; line-height:28px; overflow:hidden; vertical-align: top;}
.infolist li a{float: left; position: relative; max-width: 100%; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden; }
.infolist li, .infolist li a{-moz-box-sizing: border-box; -welit-box-sizing: border-box; box-sizing: border-box;}
.infolist li .time{position:absolute; right:0; top: 0; bottom: 0; height: 26px; margin: auto 0; color:#999999;}
.infolist li a br{display: none;}
.infolist li a .zj{display: inline-block;font-style: normal;text-align: center; background: url(../images/icon_rect_blue.png) no-repeat;background-size: 100% 100%; color:#fff;font-size: 14px;width: 61px;height: 22px;line-height: 22px;}
.infolist li a .zj.end{background-image: url(../images/icon_rect_gray.png);color:#A6A6A6;}
.infolist li:hover a, .infolist li a:hover{color: #2354AF;}
.infolist li:hover span{color:#2354AF;}
.infolist.md li{padding-right:90px;}
.infolist.ymd li{padding-right:130px;}
.infolist.zwgk li{padding-right:130px;}
.infolist.fs16{font-size: 1em;}
.infolist.fs16 li{padding-top: 8px; padding-bottom: 8px;}

.infolist.dot li a{padding-left: 15px;}
.infolist.dot li a:before{content:''; position:absolute; left:0; top: 50%; margin-top: -2px; width: 6px; height: 6px; background: #DBEFFF; transition: .3s all;}
.infolist.dot.dot-gray li a:before{background: #CCCCCC;}
.infolist.dot.dot-gray li:hover a:before,
.infolist.dot li:hover a:before{background: #2354AF;}


.infolist.line li{border-bottom: 1px solid #e1e5eb;}
.infolist.line li{padding-top: 14px; padding-bottom: 14px;}

.infolist.date li{ padding: 20px 10px 20px 95px; border-bottom: 1px dashed #C1D0F6;}
.infolist.date li:first-child{ margin-top: -10px;}
.infolist.date li .time{position: absolute;left:0;right:auto;top:20px;bottom:auto;width: 58px;height: 65px;padding:10px; border:1px solid #C1D0F6; text-align: center;color:#888;font-size: .77em;line-height: 1;}
.infolist.date li .time b{display: block;font-size: 1.66em;color:#2354AF;margin-bottom: 8px;padding-bottom: 8px; border-bottom: 1px solid #C1D0F6;}
.infolist.date li .des{line-height: 1.5;}
.infolist.date li h4{font-weight: bold;margin-bottom: 6px;}
.infolist.date li .mes{color:#808080;font-size: .88em;margin-top: 7px;line-height: 1.7;}
.infolist.date li .more{color:#2354AF!important;float: none;}
.infolist.date li:hover a{color: inherit;}
.infolist.date li a:hover{color: #2354AF;}
.infolist.date li:hover .time{background: #f4fafe;}


.infolist.file li a:before{content:"";display: inline-block;vertical-align: middle;margin-right: 15px; width: 15px;height: 28px;background: url(../images/icon_file_gray.png) no-repeat left 5px;background-size: 15px;}

.infolist.col2 li, .infolist.col3 li, .infolist.col4 li{float: left;}
.infolist.col2 li{width: 50%;}
.infolist.col3 li{width: 33.33333%;}
.infolist.col4 li{width: 25%;}
.infolist.space10{margin-left: -5px; margin-right: -5px;}
.infolist.space10 li{padding-left: 5px; padding-right: 5px;}
.infolist.space10 li .time{right: 5px;}
.infolist.space10.infolist.md li{padding-right:60px;}
.infolist.space10.infolist.ymd li{padding-right:120px;}
.infolist.space20{margin-left: -10px; margin-right: -10px;}
.infolist.space20 li{padding-left: 10px; padding-right: 10px;}
.infolist.space20 li .time{right: 10px;}
.infolist.space20.infolist.md li{padding-right:70px;}
.infolist.space20.infolist.ymd li{padding-right:120px;}
.infolist.space30{margin-left: -15px; margin-right: -15px;}
.infolist.space30 li{padding-left: 15px; padding-right: 15px;}
.infolist.space30 li .time{right: 15px;}
.infolist.space30.infolist.md li{padding-right:75px;}
.infolist.space30.infolist.ymd li{padding-right:120px;}
.infolist.space40{margin-left: -20px; margin-right: -20px;}
.infolist.space40 li{padding-left: 20px; padding-right: 20px;}
.infolist.space40 li .time{right: 20px;}
.infolist.space40.infolist.md li{padding-right:80px;}
.infolist.space40.infolist.ymd li{padding-right:120px;}

.infolist.mulit li a{ position: static; float: none; padding-left: 0; max-width:none; white-space:normal;}
.infolist.mulit li .time{position:static; display: inline-block;}
.infolist.mulit li a:before{top: 23px; margin-top: 0;}
.infolist.mulit.dot li{padding-left: 18px;}

.infolist.split5n li:nth-child(5n){margin-bottom:15px; padding-bottom:25px; border-bottom:1px dashed #e5e5e5;}

@media (max-width: 768px) {
	.infolist.col2, .infolist.col3, .infolist.col4{margin-left: 0; margin-right: 0;}
	.infolist.col2 li, .infolist.col3 li, .infolist.col4 li{width: 100%; padding-left: 0;}
	.infolist.md[class*="space"] li{padding-right:60px;}
	.infolist.ymd[class*="space"] li{padding-right:100px;}

  .res.infolist.meta li .tit,
  .res.infolist.meta li .meta-data,
  .res.infolist.meta li .tit>a{float: none;display: inline;max-width:none;}
  .res.infolist.meta li .meta-data{margin-right: 10px;}
  .res.infolist.meta li .meta-data a{position: relative;padding-right: 0; padding-left: 10px;margin-left: 10px;}
  .res.infolist.meta li .meta-data a:before{top: 0;margin-top: 4px;}
  .res.infolist.meta li .meta-data a:first-child{margin-left:0;padding-left:0;}
  .res.infolist.meta li .meta-data a:first-child:before{display: none;}
  .res.infolist.meta li .tit>a{position: static; padding-left: 0; padding-right:12px; white-space:normal;}
  .res.infolist.meta li .time{position:static; display: inline-block;}
  .res.infolist.meta.dot li{padding-left: 18px;padding-right: 0;}
  .res.infolist.meta li .tit>a:before{top: 20px; margin-top: 0;} 
}

@media (max-width: 480px) {
	.res.infolist li{padding-right:0 !important; position: relative;}
	.res.infolist li a{ position: static; float: none; max-width:none; padding-left: 0; padding-right:12px; white-space:normal;}
	.res.infolist li .time{position:static; display: inline-block;}
	.res.infolist li a:before{top: 22px; margin-top: 0;} /*10+padding*/
	.res.infolist.line li a:before{top: 24px;}
	.res.infolist.dot li{padding-left: 18px;}
}



/*menu-cards*/
/***
菜单卡片样式：
.space*:菜单之间含*的间距
.break:图标和文字分两行显示，其它则表示图标和文字显示在同一水平线上
.col*:一行*列
分辨率在1480合并间距为20像素
分辨率在1280合并间距为15像素
分辨率在992合并间距为1像素
以上类名采用简写方式，便于阅读书写，不可单独写样式，以免冲突覆盖样式。注意不要与base.css中的全家类名冲突
 ***/
 .cardlist li{float: left; width: 100%;}
 .cardlist li .box{display: block;}

 .cardlist.col2 li{width: 50%;}
 .cardlist.col3 li{width: 33.33333%;}
 .cardlist.col4 li{width: 25%;}
 .cardlist.col5 li{width: 20%;}
 .cardlist.col6 li{width: 16.66667%;}
 .cardlist.col7 li{width: 14.2857%;}
 .cardlist.col8 li{width: 12.5%;}
 
 .cardlist.space2{margin-top: -2px; margin-right: -1px; margin-left: -1px;}
 .cardlist.space2 li .box{margin: 2px 1px 0;}
 .cardlist.space10{margin-top: -10px; margin-right: -5px; margin-left: -5px;}
 .cardlist.space10 li .box{margin: 10px 5px 0;}
 .cardlist.space15{margin-top: -15px; margin-right: -7px; margin-left: -8px;}
 .cardlist.space15 li .box{margin: 15px 7px 0 8px;}
 .cardlist.space20{margin-top: -20px; margin-right: -10px; margin-left: -10px;}
 .cardlist.space20 li .box{margin: 20px 10px 0;}
 .cardlist.space30{margin-top: -15px; margin-right: -15px; margin-left: -15px;}
 .cardlist.space30 li .box{margin: 15px;}
 .cardlist.space40{margin-top: -20px; margin-right: -20px; margin-left: -20px;}
 .cardlist.space40 li .box{margin: 20px;}
 @media (max-width:1500px) {
	 .cardlist.space30{margin-top: -10px; margin-right: -10px; margin-left: -10px;}
	 .cardlist.space30 li .box{margin: 10px;}
	 .cardlist.space40{margin-top: -15px; margin-right: -15px; margin-left: -15px;}
	 .cardlist.space40 li .box{margin: 15px;}
 }
 @media (max-width:1280px) {
	 .cardlist.res{margin-top: -15px !important; margin-right: -7px !important; margin-left: -8px !important;}
	 .cardlist.res li .box{ margin: 15px 7px 0 8px !important;}

 }
 @media (max-width:992px) {
   .cardlist.res.col7 li{width: 25%;}
   .cardlist.res.col6 li,
   .cardlist.res.col5 li{width: 33.333333%;}
	 .cardlist.res.col4 li{width: 50%;}
 }
 @media (max-width:480px) {
  .cardlist.res.col6 li,
  .cardlist.res.col7 li{width: 50%;}
  .cardlist.res.col5 li{width: 50%;}
 }

.cardlist-menu li .box{position: relative;}
.cardlist-menu li .box .icon{display: block;}
.cardlist-menu.splitline li .box:before{position: absolute; top: 0; bottom: 0; right: 0; content: ""; width: 1px; background: #ecf2f9;}
.cardlist-menu.splitline li:last-child .box:before{display: none;}

.cardlist-menu.inline li .box .icon,
.cardlist-menu.inline li .box .tit{display: inline-block; vertical-align: middle;}

.cardlist-menu.break li .box{text-align: center;}
.cardlist-menu.break li .box .icon{display: block; margin: 0 auto 10px;}
.cardlist-menu.break li .box .tit{display: block;}

.cardlist-menu.position .box{position: relative;}
.cardlist-menu.position .box .icon{position: absolute; top: 50%; transform: translateY(-50%); left: 20px;}
 
.cardlist-menu.center li .box{text-align: center;}

@media (max-width:480px) {
  .cardlist-menu.splitline li:nth-child(2n) .box:before{display: none;}
 }

/* com-title */
.com-title h3{position:relative; display: inline-block; font-size:1.25em; font-weight:bold; color:#333;}
.com-title h3 a{color:#333;}
.com-title h3 a:hover{color:#2354AF;}
.com-title.square h3:before{position:absolute; top:50%; left:0; content:""; width:4px; height:16px; margin-top:-7px; background-color:#0557ac;}
.com-title.square h3{padding-left:20px;}
.com-title.square.orange h3:before{background: #ee5e37;}
.com-title.underline h3{padding-bottom: 18px;}
.com-title.underline h3:after{position:absolute; bottom: 0; left:0; content:""; width:100%; height:3px; background-color:#2354AF;}
.com-title.underline.red h3:after{background: #C20000;}
.com-title.underline.half h3{padding-bottom: 14px;}
.com-title.underline.half h3:after{width: 2em;}
.com-title.fs28 h3{font-size: 1.75em;}
.com-title.line{border-bottom: 1px solid #DEDEDE;}
.com-title.cblue h3{font-size: 1.625em;padding-bottom: 24px;}
.com-title.cblue h3 a{color:#2354AF;}
.com-title.cblue h3:after{height: 5px;background: #2354AF;}
@media (max-width: 1500px) {
  .com-title.cblue h3{font-size: 1.25em;padding-bottom: 18px;}
  .com-title.cblue h3:after{height: 3px;}
}

.com-tit-b h2{display: inline-block;font-size: 1.5em; color: #155CB3;padding-bottom: 15px;position: relative;}
.com-tit-b h2:after{content:"";position: absolute;left: 0;right: 0;width: 100%;margin: 0 auto;bottom: -1px;height: 7px;background: url(../images/tab_hd_on.png) no-repeat center bottom;background-size: auto 100%;transition: .3s all;}
.com-tit-b h2 a{color:#155CB3;font-weight: bold;}
.com-tit-b .link{float: right;color: #6493DE;font-weight: 700;font-size: 1.125em;margin-top: 5px;}
.com-tit-b .more{float: right;margin-top: 8px;color: #A6A6A6;}
.com-tit-b .more:hover{color: #155CB3;}
.com-tit-b.line{border-bottom: #E5E5E5 1px solid;}
@media (max-width: 640px) {
  .res.com-tit-b h2{font-size: 1.125em;}
  .res.com-tit-b h2 a{display: block; padding:7px 12px !important; line-height:1.5; color:#fff; background-color:#1a56a8;}
  .res.com-tit-b h2:after{display: none;}
  .res.com-tit-b.line > .hd{border-bottom:none;}
}


/* 单行省略号 */
.elli-s{display: block; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden; max-width: 100%;}
/* 多行省略号 */
.elli-m{display: -webkit-box; overflow: hidden; white-space: normal; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-all;}

.transition,
.transition *{-webkit-transition: 300ms; -moz-transition: 300ms; -o-transition: 300ms; transition: 300ms;}

.imgscale img{-moz-transition:all 0.3s ease-in-out 0s; -ms-transition:all 0.3s ease-in-out 0s; -o-transition:all 0.3s ease-in-out 0s; -webkit-transition:all 0.3s ease-in-out 0s; transition:all 0.3s ease-in-out 0s;}
.imgscale img:hover{-moz-transform:scale(1.05); -ms-transform:scale(1.05); -o-transform:scale(1.05); -webkit-transform:scale(1.05); transform:scale(1.05);}

.hvr-icon-rotateY360:hover .hvr-icon{transform: rotateY(360deg); transition: all .5s linear;}


/* 滚动条 */
.scrollbar-xy{overflow: auto;}
.scrollbar-xy::-webkit-scrollbar{ width: 6px;height: 6px;}
.scrollbar-y{overflow-y: auto; overflow-x: hidden;}
.scrollbar-y::-webkit-scrollbar{ width: 6px;height: auto;}
.scrollbar-x{overflow-x: auto; overflow-y: hidden;}
.scrollbar-x::-webkit-scrollbar{ height: 6px;width:auto;}
/* 滚动条轨道 */
.scrollbar-xy::-webkit-scrollbar-track,
.scrollbar-x::-webkit-scrollbar-track,
.scrollbar-y::-webkit-scrollbar-track {box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);border-radius: 3px;background: #E5E5E5;}
/* 滚动条滑块 */
.scrollbar-xy::-webkit-scrollbar-thumb,
.scrollbar-x::-webkit-scrollbar-thumb,
.scrollbar-y::-webkit-scrollbar-thumb{border-radius: 3px;background: linear-gradient(225deg, #689EE3 0%, #0262D6 100%);}


/* 当前位置crumb */
.crumb{padding-top: 25px; padding-bottom: 25px;}
.crumb h2{padding-left: 28px; line-height: 28px; font-size:1.125em; font-weight: normal; color: #666666; background: url(../images/icon_position.png) no-repeat left 4px; background-size: 16px 21px;}
.crumb h2 em{font-style: normal;}
.crumb h2 span a{margin: 0 5px;}
.crumb h2 span > a:first-child{margin-left: 0;}
.crumb a{color: #666666;}
.crumb a:hover{color: #2354AF;}
.crumb-grey h2{background-image: url(../images/icon_position_grey.png); color: #333;}
.crumb-grey a{color: #333;}

@media (max-width: 480px) {
  .crumb{padding-top: 20px; background: #f5f5f5; margin-top: -30px; margin-left: -15px; margin-right: -15px; padding-left: 15px; padding-right: 15px; }
  .crumb h2{font-size: 1em;}
}


/* owl-carousel */
.owl-carousel{position: relative;}
.owl-carousel .owl-item{background: #fff;}
.owl-carousel .owl-dots{position: absolute; right: 10px; bottom: 10px; z-index: 100;}
.owl-carousel .owl-dot{display: inline-block; width: 8px; height: 8px; margin: 0 3px;background: #fff; border-radius: 100px; cursor: pointer;transition: all .3s;}
.owl-carousel .owl-dot.active{background: #D43030;}
.owl-carousel .owl-prev,
.owl-carousel .owl-next{display: none; position: absolute;top: 50%;border-radius: 50%;width: 40px;height: 40px;margin-top: -20px; background: url(../images/arrow_l_gray.png) no-repeat center #fff;background-size: 22%; box-shadow: 0 0 5px 1px rgba(0,0,0,0.1);}
.owl-carousel .owl-prev{left: -20px;}
.owl-carousel .owl-next{right: -20px;background-image: url(../images/arrow_r_gray.png);}
.owl-carousel .owl-prev:hover{background-image: url(../images/arrow_l_blue.png);}
.owl-carousel .owl-next:hover{background-image: url(../images/arrow_r_blue.png);}
.owl-carousel.nav .owl-prev,
.owl-carousel.nav .owl-next{display: block;}
.owl-carousel.nav .owl-nav.disabled,
.owl-carousel.dot .owl-dots.disabled{display: block!important;}

.owl-carousel.hf .owl-dot{background: #D9D9D9;width: 10px;height: 10px;border-radius: 0;margin: 0 4px;}
.owl-carousel.hf .owl-dot.active{background: #fff;}

.owl-carousel.position .owl-dots{right: 10px; left: 10px; bottom: 5px; z-index: 100; width: auto !important; text-align: center;}

/* .owl-carousel.tpxw .imgratio{padding-top: 65.3%;} */
.owl-carousel.tpxw .tit{position: absolute; right: 0; bottom: 0; left: 0; z-index: 9; padding: 12px 90px 12px 20px; line-height: 24px; text-align: left; background:rgba(0,0,0,0.5);}
.owl-carousel.tpxw .tit a{color: #fff;}
.owl-carousel.tpxw .owl-dots{bottom: 14px;right: 20px;left: auto;}
@media (max-width: 992px) {
  .owl-carousel .owl-prev{left: -10px;}
  .owl-carousel .owl-next{right: -10px;}
}


/* swiper */
.swiper-container.space20{margin-left: -10px; margin-right: -10px;}
.swiper-container.space20 .swiper-slide > .box{display: block; margin-left: 10px; margin-right: 10px;}
.swiper-container.space24{margin-left: -12px; margin-right: -12px;}
.swiper-container.space24 .swiper-slide > .box{display: block; margin-left: 12px; margin-right: 12px;}
.swiper-container.space30{margin-left: -15px; margin-right: -15px;}
.swiper-container.space30 .swiper-slide > .box{display: block; margin-left: 15px; margin-right: 15px;}

.swiper-pagination.position{position: absolute; right: 10px; left: 10px; bottom: 5px; z-index: 100; width: auto !important; text-align: center;}
.swiper-pagination.position .swiper-pagination-bullet{display: inline-block; width: 10px; height: 10px; margin: 0 3px; border-radius: 100px; cursor: pointer; opacity: 1; transition: all .3s; border: none;} 
.swiper-pagination.position .swiper-pagination-switch{display: inline-block; width: 10px; height: 10px; margin: 0 3px; border-radius: 100px; cursor: pointer; transition: all .3s; border: none;}
.swiper-pagination.position.nor .swiper-pagination-bullet{border-radius: 0;}
.swiper-pagination.position.nor .swiper-pagination-switch{border-radius: 0;}
.swiper-pagination.default .swiper-pagination-bullet{background: #fff;}
.swiper-pagination.default .swiper-pagination-bullet-active{background: #2354af;}
.swiper-pagination.default .swiper-pagination-switch{background: #fff;}
.swiper-pagination.default .swiper-active-switch{background: #2354af;}

.swiper-pagination.white .swiper-pagination-bullet{background: #fff; opacity: .65;}
.swiper-pagination.white .swiper-pagination-bullet-active{opacity: 1;}
.swiper-pagination.white .swiper-pagination-switch{background: rgba(255,255,255,0.65);}
.swiper-pagination.white .swiper-active-switch{background: #fff;}

.swiper-pagination.red .swiper-pagination-bullet{background: #fff;}
.swiper-pagination.red .swiper-pagination-bullet-active{background: #D43030;}
.swiper-pagination.red .swiper-pagination-switch{background: #fff;}
.swiper-pagination.red .swiper-active-switch{background: #D43030;}

.swiper-pagination.format .swiper-pagination-bullet-active{width: 24px;}
.swiper-pagination.format .swiper-active-switch{width: 24px;}
.swiper-pagination.line .swiper-pagination-bullet{width: 40px; height: 6px;}
.swiper-pagination.line .swiper-pagination-switch{width: 40px; height: 6px;}
.swiper-pagination.static{position: static; margin-bottom: 0;}
.swiper-pagination.right{left: auto !important; margin-bottom: 0;}
.swiper-pagination.left{right: auto !important; margin-bottom: 0;}
@media (max-width:1280px){
  .swiper-pagination.line .swiper-pagination-bullet{width: 20px;}
  .swiper-pagination.line .swiper-pagination-switch{width: 20px;}
}


.swiper-ctrl-button{position: absolute; top: 50%; z-index: 10; cursor: pointer; transition: all .3s; cursor: pointer; border: none;}
.swiper-ctrl-button.prev{left: 0;}
.swiper-ctrl-button.next{right: 0;}
.swiper-ctrl-button:after{content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin:auto; z-index: 1;}
.swiper-ctrl-button.w40:after{width: 9px; height: 16px;}
.swiper-ctrl-button.arrow:after{background-size: 100% 100%; background-repeat: no-repeat; background-position: center center;}
.swiper-ctrl-button.prev.arrow.w40:after{background-image: url(../images/arrow_l_gray.png);}
.swiper-ctrl-button.next.arrow.w40:after{background-image: url(../images/arrow_r_gray.png);}
.swiper-ctrl-buttons.wiper-ctrl-prev.arrow.w40:hover:after{background-image: url(../images/arrow_l_blue.png);}
.swiper-ctrl-button.next.arrow.w40:hover:after{background-image: url(../images/arrow_r_blue.png);}
.swiper-ctrl-button.w40{width: 40px; height: 40px; margin-top: -20px;}
.swiper-ctrl-button.circle{border-radius: 50%;}
.swiper-ctrl-button.prev.circle.w40{left: -20px;}
.swiper-ctrl-button.next.circle.w40{right: -20px;}

@media (max-width:768px){
  .swiper-ctrl-button.prev.circle.w40{left: -10px;}
  .swiper-ctrl-button.next.circle.w40{right: -10px;}
}


/* 外链跳转 */
.alert-mengban{position: fixed;top: 0px;left: 0px;z-index: 1000;background:rgba(0,0,0,0.7); filter: alpha(opacity=80) !important;width: 100%;height: 100%;display: none;}
.alert-warning{position: fixed;left: 50%;  top: 50%; margin-left:-300px; margin-top: -160px; width: 600px;height: 270px;background:#fff;z-index: 10001;display: none; border:2px solid;border-radius:10px;}
.alert-delete{width: 100%;height: 38px;position: relative;}
.alert-delete span{position: absolute; top:10px; right: 10px; width: 20px; height: 20px; line-height: 20px; color:#fff; text-align: center; background: #bebebe; cursor:pointer;}
.alert-delete span:hover{background: #929292;}
.alert-wzsm{width: 520px;height: 100px;margin: 15px auto 0; line-height: 35px;font-size: 1.5em;color: #000;text-align: center; padding-bottom: 15px;border-bottom: 1px solid #d4d4d4;}
.alert-footer{width: 100%; padding: 25px 0; text-align: center; color: #000;}	
.alert-footer span{cursor: pointer; display: inline-block; margin: 0 12px; font-size: 1.25em;}
.alert-warning .continue{width: 124px; height: 42px; color: #ab0d07; border-radius:3px; -webkit-border-radius:3px; border:#e1e1e1 1px solid; text-align: center; line-height: 42px; box-shadow: 0 0 10px rgba(0,0,0,0.2) inset; -webikt-box-shadow: 0 0 10px rgba(0,0,0,0.2) inset;}	
.alert-warning .fangqi{line-height: 42px;  color: #ab0d07;}	
@media (max-width: 640px) {
	.alert-warning{left:2%;margin-left:0; width: 96%; height: auto;}	
	.alert-wzsm{width: 90%;height: auto;margin: 15px auto 0; line-height: 28px;font-size: 18px;color: #000;text-align: center; }
}

/*** 分页 ***/
.pagination .layui-laypage button, 
.pagination .layui-laypage input,
.pagination a,
.pagination span{display: inline-block; padding: 0 12px; height: 34px; line-height: 34px; text-align: center; margin:2px 5px;color: #666666; border: 1px solid #e8e8e8; transition: .3s all; border-radius: 2px;}
.pagination .layui-laypage-curr .layui-laypage-em,
.pagination .layui-laypage button:hover,
.pagination a:hover,
.pagination .num.active{background: #214fa5; color: #fff; border-color: #214fa5;}
.pagination .layui-laypage input,
.pagination .jump-ipt{width: 55px; height: 34px; padding: 0; border: 1px solid #e8e8e8; text-align: center;}
.pagination *{display: inline-block; vertical-align: middle;}
.pagination .arrow{display: block; width: 8px; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: 100% auto;}
.pagination .arrow.arrow-left{background-image: url(../images/page_arrow_l.png);}
.pagination .arrow.arrow-right{background-image: url(../images/page_arrow_r.png);}
.pagination .layui-laypage-prev:hover .arrow,
.pagination .prev:hover .arrow{background-image: url(../images/page_arrow_l_hover.png);}
.pagination .layui-laypage-next:hover .arrow,
.pagination .next:hover .arrow{background-image: url(../images/page_arrow_r_hover.png);}
.pagination .prev,
.pagination .next{background: #F2F2F2;}
.pagination.aligncenter{text-align: center; }
.pagination .layui-laypage a, 
.pagination .layui-laypage span{font-size: 16px;}
.pagination .layui-laypage-skip{height: 36px;line-height: 36px;margin: 0 5px;}
.pagination .none{display: none !important;}
.pagination .layui-laypage-curr{background: #214fa5; color: #fff;}
.pagination .layui-laypage-curr em{font-style: initial;}
/* 归档水印 */
.gd-watermark{width: 277px;position: absolute;z-index: 99;top: -20px;right:-20px;}
.gd-watermark .date{width: 160px;font-weight: 800;height: 30px;line-height: 30px;font-size: 14px;color: #c00500;position: absolute;left: 80px;bottom: 60px;-ms-transform: rotate(-18deg);transform: rotate( -18deg);}
@media (max-width: 1280px){
    .gd-watermark{right: 0;}
}


/* 回复选登表格 */
.table-hfxd table{width: 100%;border-spacing: 0;border:none;text-align: center;}
.table-hfxd table th{background: rgba(217, 237, 255, 0.47);height: 55px;line-height: 55px;color:#07579A;}
.table-hfxd table td{font-size: 1em;padding: 16px 12px;line-height: 1.3;}
.table-hfxd table tbody tr td:first-child{text-align: left;}
.table-hfxd table tr td:first-child+td{padding-left: 8px;padding-right: 8px;}
.table-hfxd table tr span{min-width: 100px;}
.table-hfxd table tr a{min-width: 200px;}
.table-hfxd table td a,
.table-hfxd table td span{display: inline-block;vertical-align: top; max-width: 96%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.table-hfxd table tr:nth-of-type(2n){background: rgba(235, 235, 235, 0.47);}
@media (max-width: 992px) {
  .table-hfxd{height: initial;}
}
@media (max-width: 480px) {
  .table-hfxd table tr th:first-child+th,
  .table-hfxd table tr td:first-child+td{display: none;}
}



/* --------------------------------------------------------------- */
/* 网站地图 */
/* .wzdt .infolist li{float: left; width: 25%;} */
.wzdt  .wzdt-ztzl .infolist li{width: 33.33333%;}
@media (max-width: 992px){
  .wzdt .infolist li{width: 33.33333%;}
  .wzdt  .wzdt-ztzl .infolist li{width: 50%;}
}
@media (max-width: 640px){
  .wzdt .infolist li{width: 50%;}
  .wzdt  .wzdt-ztzl .infolist li{width: 100%;}
}
@media (max-width:320px){
  .wzdt .infolist li{width: 100%;}
}




/* --------------------------------------------------------------- */
/* 内页innerpage */
/* .sidebar{float:left; width:17%; border-radius: 16px 16px 0 0; background: linear-gradient(180deg, rgba(237, 245, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); padding: 20px; box-sizing: border-box;} */
.maincontent{float:right; position: relative; width:83%;}
.maincontent .inbox{ margin-left: 30px;}
.maincontent .detail{padding-right:0!important; padding-bottom:0!important;}

.parentname{position:relative; z-index:11; line-height:28px; padding:10px 20px; font-size:1.25em; color:#fff; background:#155CB3; border-radius: 4px; font-weight: bold;}

.sidenav{position:relative; z-index:13;}
.sidenav li{margin-top:15px;}
.sidenav li a{position:relative; display:block; line-height:28px; padding:12px 20px; line-height:1.6; background-color:#E6F1FF; border-radius: 4px; color: #5F7EB8; transition: .3s all; overflow: hidden;}
.sidenav li.on a,
.sidenav li a:hover{ color: #155CB3; background: #C2DDFF;}
.sidenav li.on a{ border: 1px solid #8FC1FF; font-weight: bold;}

.pagetitle{border-bottom: 1px solid #D9D9D9;}
.pagetitle h2{display: inline-block; padding-bottom: 15px; padding-top: 9px;  position: relative; font-weight: bold; color: #2354AF; font-size: 1.625em;}
.pagetitle h2:before{content: ''; position: absolute; width:100%; bottom:-1px; left:0; height: 3px; background: #2354AF;transition: all .3s; -webkit-transition: all .3s; overflow: hidden;}
/* .pagelists .setModule:last-child{margin-bottom: 0;} */
.pagetitle h2 a{color: #2354AF;}
.pagetitle .more{float: right; padding-top: 18px;}

.singlepage{clear:both; font-size: 1.125em; line-height:2.25; overflow:hidden;}
.singlepage p{margin:15px 0;}
.singlepage table,
.singlepage video,
.singlepage img{max-width:100%;}

@media (max-width: 1280px){
  .sidebar, .maincontent{float:none; width:100%;}
  .maincontent .inbox{padding-left:0; margin-left: 0;}
  .maincontent .rel-appendixs{border-top-width:1px; border-top-style:dashed;}

  .m-sidebar{position:fixed; left:-200px; top:0; bottom:0; padding: 0; z-index:99; background:rgba(0,0,0,0.6)!important; width:200px!important; transition: all .3s; -webkit-transition:all .3s;}
  .m-sidebar.active{left: 0; box-shadow:0 0 5px rgba(0,0,0,0.4);}
  .m-sidebar-mark{position:fixed; top:0; bottom:0; left:0; right:0; background-color:rgba(0,0,0,0.3); z-index:10; display:none;}
  .m-sidebar > .inbox{overflow-y: auto; max-height: 100%; overflow-x:hidden;}
  .m-sidebar-icon{position:absolute; left:100%; bottom:0; z-index:13; width:60px; height:60px; background:url(../images/sidenav_open.png) no-repeat center center; background-color:rgba(0,0,0,0.6); border-radius:0 8px 0 0;   cursor: pointer; box-shadow: 0 0 5px rgba(0,0,0,0.5); background-size: 45px 45px;}
  .m-sidebar-icon-open{transform: rotate(180deg); border-radius: 0 0 0 4px;}
  .parentname{text-align: left; border-radius: 0;}
  .sidenav li{margin-top: 0;}
  .sidenav li a{padding-left: 20px; padding-right: 20px; border-bottom:1px solid rgba(255,255,255,.8); text-align: left; border-radius: 0;}
  .sidenav li.on a{border: none; border-bottom: 1px solid #8FC1FF;}
}

/* piclist */
/* ===
.imgratio-***:图片比例
===*/
.piclist{overflow:hidden; zoom:1;}
.piclist li{position:relative; float:left; }
.piclist li a{display:block; font-size:1em; overflow:hidden;}
.piclist li .txt{display:block; padding:15px; text-align:center; background-color:#f4f4f4;}
.piclist li .txt br{display: none;}
.piclist .imgratio{padding-top: 56.35%;}

/* 专题专栏 */
.piclist-cztzl li .txt{display: none;}

@media (max-width: 992px) {
	.piclist[class*="col"] li{width: 50%;}
}
@media (max-width: 414px) {
	.piclist[class*="col"] li{width: 100%;}
}


/* channelist */
.channelist{overflow:hidden; zoom:1;}
.channelist li{position:relative; float:left; }
.channelist li a{display:block; font-size:1.5em; overflow:hidden;padding: 10px 20px 10px 28%;height: 80px;line-height: 80px;margin: 15px; background: #fff;box-shadow: 0 0 12px 0 rgb(68 138 240 / 15%); }
.channelist li a:before{content:"";position: absolute;left: 15%;top: 50%;margin-top: -21.5px; width: 38px;height: 43px;background: url(../images/list_icon.png) no-repeat center;background-size: 100%;}
.channelist li a span{display: inline-block;vertical-align: middle;line-height: 1.2;margin-top: -8px;}
@media (max-width: 992px) {
	.channelist[class*="col"] li{width: 50%;}
}
@media (max-width: 414px) {
	.channelist[class*="col"] li{width: 100%;}
}


/*pages*/
.pages{ clear:both; line-height:28px; color:#555; font-size: 14px;}
.pages .pagination_index_last *{vertical-align:middle\9;}
.pages a{display: inline-block; padding:0 10px; margin:3px; zoom:1; color: #555; border:#dfdfdf 1px solid; border-radius:3px;
	transition: all .2s;
	-webkit-transition: all .2s;
	background: #f1f1f1;
	background: -webkit-linear-gradient(#ffffff 10%, #f1f1f1);
	background: -o-linear-gradient(#ffffff 10%, #f1f1f1);
	background: -moz-linear-gradient(#ffffff 10%, #f1f1f1);
	background: linear-gradient(#ffffff 10%, #f1f1f1);}
.pages a.current{background:#3067BA; border-color:#2C6DE6; color:#fff !important; text-decoration:none; font-weight: bold;}
.pages a:hover{color: #3067BA;}



/* --------------------------------------------------------------- */
/* 内容页 */
.zcwj-content .article-title,.zcjd-content .article-title {color: #2D66A5;font-size: 2.25em;}
.article-title{text-align:center; font-size:36px; line-height:140%; padding:20px 0; font-weight: normal;}
.article-subtitle{font-size:1.5em; font-weight: normal; line-height:140%; text-align:center; color:#666666;}
.article-subtitle.before{padding-top: 20px;}
.article-subtitle.after{margin-bottom:30px;}
.article-attr{padding-bottom:6px; color:#999; border-bottom:#e1e1e1 1px solid; font-size: 15px; margin-top: 10px;}
.article-attr b{font-weight:normal;}
.article-attr-l span{ margin-right: 30px; display:inline-block; white-space:nowrap;}
.article-attr #view span{ margin:0;}
.article-attr .llcs b{color:#8d0707;}
.zcwj-content .article-attr .zrbj, 
.zcjd-content .article-attr .zrbj{display: none!important;}
.article-attr .zrbj{display: none;}
.article-attr-l{float: left; line-height: 36px;}
.favorite-tips{font-size:16px;}
.article-attr-r{float: right;}
.article-attr-r .print, .article-attr-r .fontsize{display: inline-block; line-height: 36px;  margin-right: 12px;}
.shareIcon{display: inline-block;}
.article-attr-r .print a,
.article-attr-r .fontsize i{cursor: pointer; color:#999; font-style: normal;}
.article-attr-r .fontsize i{margin: 0 5px;}
.article-attr-r .fontsize i.l{font-size: 1.5em;}
.article-attr-r .fontsize i.m{font-size: 1.125em;}
.article-attr-r .print a:hover,
.article-attr-r .fontsize i:hover{color: #225495;}
.article-attr-r .print a{display: inline-block; background: url(../images/content/detail_icon_print.png) no-repeat left center; padding-left: 36px; background-size: 26px 26px;}
.article-attr-r .split{position: relative; padding-right: 12px;}
.article-attr-r .split:after{content: ''; position: absolute; right: 0; top: 0; bottom: 0; margin: auto 0; width: 1px; height: 20px; background: #000; opacity: 0.1;}
.article-attr-r .fontsize{display: none;}

.zcwj-content .article-content, .zcjd-content .article-content{color: #000;}
.article-content{clear:both; padding:30px 15px; line-height:2/*2.4*/; overflow:hidden; font-size: 1.25em;font-family: Microsoft YaHei, Simsun, SimHei, Arial;}
.article-content p{margin:15px 0;}
.article-content table,
.article-content video,
.article-content img{max-width:100%!important;}

.article-reldoc .common_title{margin-bottom: 10px;}
.article-reldoc{display: none; padding:20px 30px; border:1px solid #e3e3e3; border-radius: 2px;}
.zcjd-content-r .zcjd-article-reldoc .infolist li a{color:#2D66A5}
.article-appendix h3{padding:0 0 10px; color:#333333; font-weight:bold; font-size:1.125em;}
.article-appendix{display: none; margin-bottom: 20px; padding: 0 20px;}
.article-appendix .newsList li h4:before{background-color:#999;}

.article-ewm{text-align:center; padding:30px 0 50px;}
#qr_container{ padding-top:5px; color:#b5b5b5; font-size: 14px;}
.article-appendix h3{margin-bottom: 10px;}

.article-buttons{text-align: right;}
.article-buttons a{display: inline-block;}
/* 信息公开机构元数据 */
.jgszul{width:100%;padding: 30px 20px;box-sizing: border-box;background: #F3F3F3;}
.jgszul li{float: left;width: 17%;border-right:1px solid #D1CFCF;padding: 0 10px;box-sizing: border-box;min-height: 80px;}
.jgszul li:first-child {padding: 0;}
.jgszul li.sz-yb div {width: 25%;}
.jgszul li.last{
    border-right:none;
	width: 30%;
}
.jgszul li.last div {width: 83%;}
.jgszul li img{
	width: 47px;
    vertical-align: middle;
    margin-top: 5px;
}
.jgszul li div h2{
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
}
.jgszul li div{width: 68%;margin-left: 15px;}
.jgszul li div p{width: 100%;line-height: 20px;margin-top: 10px;}
@media (max-width: 1280px) {
	.detail{margin-bottom: 0;}
	.article-content{padding: 20px 0;}
	.article-appendix{padding: 0;}
	.article-reldoc{padding:15px; margin-bottom:20px;}	
}

@media (max-width: 992px) {
	.jgszul{display:none;}
	.article-attr{padding-bottom:10px;}
	.article-appendix h3{padding:20px 0 5px;}
	.article-attr{text-align: center;}
	.article-attr-l, .article-attr-r{float: none; display: inline-block; text-align: center;}
	.article-attr-l span{margin: 0 5px; line-height: 24px; white-space:normal}
	.article-attr-r .split{display: none;}
	
}

@media (max-width: 768px) {
	.article-content, .article-appendix{padding-left: 0; padding-right: 0;}
	.article-buttons{text-align: center; line-height: 2; margin-bottom: 0;}	
}


@media (max-width: 480px) {
	.article-title{font-size: 1.85em;}
}


/* 政策解读内容页 */
.zc-content .col-lg-c1{width: 71%;}
.zc-content .col-lg-c2{width: 29%;}
.zcjd-content .zcjd-content-l .article-meta{display: none;}
.article-meta{background: #F7F7F7; padding: 20px; font-size: 1.125em;}
.article-meta li{float: left; width: 50%;}
.article-meta li dl{position: relative; margin-left: 10px; margin-right: 10px; padding-top: 8px; padding-bottom: 8px; min-height: 24px;}
.article-meta li dl dt{position: absolute; left: 0; top: 8px; width: 94px; font-weight: bold;}
.article-meta li dl span{display: inline-block;  width: 74px;
	text-align: justify;
  text-align-last: justify;
  text-justify: distribute-all-lines;
}
.article-meta li dl dd{margin-left: 100px;}

.zcjd-content-r{padding: 20px; background: linear-gradient(180deg, rgba(237, 245, 255, 1) 0%, rgba(237, 245, 255, 0.95) 87.5%, rgba(237, 245, 255, 0) 100%);}
.zcjd-content-wjxz{position: relative;}
.zcjd-content-wjxz .cont{position: relative; padding: 20px;}
.zcjd-content-wjxz:before{content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 200px; background: #8DBFF7; border-radius: 20px 20px 0 0;}
.zcjd-content-wjxz .pic{position: relative;}
.zcjd-content-wjxz .pic img{display: block; width: 100%;}
.zcjd-content-wjxz .pic .detail{position: absolute; left: 0; right: 0; bottom: 20px; display: block; width: 150px; height: 38px; background: #B0DCFD; border-radius: 19px; color: #0053B3; line-height: 38px; text-align: center; margin: 0 auto; transition: .3s all;}
.zcjd-content-wjxz .pic .detail:hover{background: #0053B3; color: #fff;}
.zcjd-content-wjxz .download a{display: block; background: rgba(255,255,255,0.3); height: 60px; font-size: 1.125em; color: #fff; text-align: center; transition: .3s all;}
.zcjd-content-wjxz .download a i{width: 32px; margin-right: 30px;}
.zcjd-content-wjxz .download a i, .zcjd-content-wjxz .download a span{display: inline-block; vertical-align: middle;}
.zcjd-content-wjxz .download a span{line-height: 60px;}
.zcjd-content-wjxz .download a:hover{background: #B0DCFD;}

.zcjd-article-reldoc{background: #fff; padding: 20px;}
.zcjd-article-reldoc .tit{font-size: 1.875em; font-weight: bold; margin-bottom: 10px;}

.zcjd-xxgk-nav{background: #fff; padding:10px 20px;}
.zcjd-xxgk-nav li{height: 80px; position: relative; border-bottom: 1px solid #DCE7F5;}
.zcjd-xxgk-nav li:last-child{border-bottom: none;}
.zcjd-xxgk-nav li i{position: absolute; left:15px; top: 22px; height: 36px;}
.zcjd-xxgk-nav li i img{display: block; height: 100%; }
.zcjd-xxgk-nav li span{margin-left: 75px; font-size: 1.25em; line-height: 80px;}

.zcjd-article-links li a{display: block; position: relative; height: 105px; background-color: rgb(191, 221, 255);}
.zcjd-article-links li a img{display: block; position: absolute; right: 0; top: 0; height: 100%;}
.zcjd-article-links li a span{position: absolute; left: 40px; top: 50%; transform: translateY(-50%); color: #0053B3; font-size: 1.5em; font-weight: bold;}
.zcjd-article-links li + li{margin-top: 20px;}

@media (max-width: 1080px) {
	.zcjd-main-container{padding-top: 0;}
}

@media (max-width: 992px) {
	.article-meta{font-size: 1em;}
	.article-meta li{float: none; width: 100%;}
}

@media (max-width: 768px) {
	.zcjd-content .article-buttons{text-align: right; margin-bottom: 30px;}
}

@media (max-width: 480px) {
	.article-meta{margin-top: 20px; padding: 10px;}
}
.pagination .arrow.arrow-right {
  background-image: url(../images/page_arrow_r.png);
}

.pagination .arrow{display: block; width: 8px; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: 100% auto;}
.pagination .arrow.arrow-left{background-image: url(../images/page_arrow_l.png);}
.pagination .arrow.arrow-right{background-image: url(../images/page_arrow_r.png);}
.pagination .layui-laypage-prev:hover .arrow,
.pagination .prev:hover .arrow{background-image: url(../images/page_arrow_l_hover.png);}
.pagination .layui-laypage-next:hover .arrow,
.pagination .next:hover .arrow{background-image: url(../images/page_arrow_r_hover.png);}
.pagination .prev,